home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat España 17
/
MacFormat 17 (Spain)
/
MacFormat 17.bin
/
DATABASE
/
SHARED.DIR
/
01015.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-03-14
|
315 b
|
17 lines
on unpuppet str
if the paramCount > 0 then
repeat with i = 1 to 48
if i = item 1 of str then
delete item 1 of str
next repeat
next repeat
end if
puppetSprite(i, 0)
end repeat
else
repeat with i = 1 to 48
puppetSprite(i, 0)
end repeat
end if
end